GET api/types/search?entitytypes[0]={entitytypes[0]}&entitytypes[1]={entitytypes[1]}&searchtext={searchtext}&autocomplete={autocomplete}&pagesize={pagesize}&page={page}

Returns the match for the specified entity types

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entitytypes

Types to search on. Example: entitytypes=incidentrequestamp;entitytypes=KBArticle etc

Collection of string

Required

searchtext

Text to search

string

Required

autocomplete

If true, only summary field will be searched. This should be set to true only for typeahead searches

boolean

Default value is False

pagesize

Number of results that should be returned, defaults to 10

integer

Default value is 10

page

Page number

integer

Default value is 1

Body Parameters

None.

Response Information

List of objects

Response Formats

application/json, application/x-www-form-urlencoded

Sample:
{}

Example Code in C#

No Sample code available.